home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / IIS5_01.CAB / IIS_IIRTELS.STR < prev    next >
Encoding:
Text File  |  1998-09-16  |  810 b   |  28 lines

  1. <%
  2. 'Localizable strings for iirtels.asp
  3.  
  4. Const L_RATING_TEXT = "Rating"
  5. Const L_RATINGS_TEXT = "Ratings:"
  6. Const L_OPTIONAL_TEXT = "Optional Information"
  7. Const L_EMAIL_TEXT = "Email name:"
  8. Const L_EXPIRES_TEXT = "Rating expires:"
  9. Const L_MODIFIED_TEXT = "Modification date:"
  10. Const L_NOSLIDER_TEXT = "This ratings file cannot be configured from the remote admin. Please use MMC to configure these ratings."
  11. Const L_MONTH_TEXT="Month"
  12. Const L_DAY_TEXT="Day"
  13. Const L_YEAR_TEXT="Year"
  14. Const L_TIME_TEXT="Time"
  15.  
  16. ' Resizing constants for Content Ratings dialog
  17. Const L_RATING_NUM = 40
  18. Const L_OPTIONAL_NUM = 300
  19. Const L_EMAIL_NUM = 40
  20. Const L_EXPIRES_NUM = 40
  21. Const L_MODIFIED_NUM = 40
  22.  
  23. ' Slider control
  24. Const L_SLIDERFRM_H = 35
  25. Const L_SLIDERFRM_W = 415
  26. Const L_SLIDERSTEPSIZE_NUM = 50
  27.  
  28. %>